API Documentation
RenderContextDescriptor.h
1 // RenderContextDescriptor.h
3 //
5 
6 namespace nkGraphics
7 {
11  struct DLL_GRAPHICS_EXPORT RenderContextDescriptor final
12  {
13  unsigned int _width = 1 ;
14  unsigned int _height = 1 ;
15 
16  bool _offscreenContext = false ;
17  } ;
18 }
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkGraphics::RenderContextDescriptor
A descriptor, used when creating a context along with its window.
Definition: RenderContextDescriptor.h:12